home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 14642 / 14642.xpi / chrome / content / hotkeys.xul < prev    next >
Extensible Markup Language  |  2009-09-16  |  3KB  |  72 lines

  1. <?xml version="1.0"?>
  2. <!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4. <?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css" ?>
  5. <?xml-stylesheet href="chrome://boomtango/skin/bt.css" type="text/css" ?> 
  6. <!DOCTYPE page SYSTEM "chrome://boomtango/locale/bt.dtd">
  7. <dialog id="boomtangoHotkeys" 
  8.     title="&hotkeys.title;"
  9.     buttons="cancel"
  10.     buttonlabelcancel="&hotkeys.close;"
  11.     
  12.     xmlns:html="http://www.w3.org/1999/xhtml"
  13.             xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  14.     <description>
  15.         &hotkeys.desc;
  16.     </description>
  17.     <description>
  18.         &hotkeys.desc2;
  19.     </description>
  20.     <separator class="thin"/>
  21.     <grid>
  22.         <columns>
  23.             <column class="key"/>
  24.             <column />
  25.             <column/>
  26.             <column />
  27.         </columns>
  28.         <rows>
  29.             <row>
  30.                 <label class="key" value="&hotkeys.calendarview.key;"/>
  31.                 <label value="&hotkeys.calendarview;"/>
  32.                 <label class="key" value="&hotkeys.hour.key;"/>
  33.                 <label value="&hotkeys.hour;"/>
  34.             </row>
  35.             <row>
  36.                 <label class="key" value="&hotkeys.categoryview.key;"/>
  37.                 <label value="&hotkeys.categoryview;"/>
  38.                 <label class="key" value="&hotkeys.day.key;"/>
  39.                 <label value="&hotkeys.day;"/>
  40.             </row>
  41.             <row>
  42.                 <label class="key" value="&hotkeys.summaryview.key;"/>
  43.                 <label value="&hotkeys.summaryview;"/>
  44.                 <label class="key" value="&hotkeys.week.key;"/>
  45.                 <label value="&hotkeys.week;"/>
  46.             </row>
  47.             <row>
  48.                 <label class="key" value="&hotkeys.query.key;"/>
  49.                 <label value="&hotkeys.query;"/>
  50.                 <label class="key" value="&hotkeys.month.key;"/>
  51.                 <label value="&hotkeys.month;"/>
  52.             </row>
  53.             <row>
  54.                 <label class="key" value="&hotkeys.previous.key;"/>
  55.                 <label value="&hotkeys.previous;"/>
  56.                 <label class="key" value="&hotkeys.up.key;"/>
  57.                 <label value="&hotkeys.up;"/>
  58.             </row>
  59.             <row>
  60.                 <label class="key" value="&hotkeys.next.key;"/>
  61.                 <label value="&hotkeys.next;"/>
  62.                 <label class="key" value="&hotkeys.down.key;"/>
  63.                 <label value="&hotkeys.down;"/>
  64.             </row>
  65.             <row>
  66.                 <label class="key" value="&hotkeys.today.key;"/>
  67.                 <label value="&hotkeys.today;"/>
  68.             </row>
  69.         </rows>
  70.     </grid>
  71. </dialog>
  72.